home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 105 (1991-02)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 105 (1991-02)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / AmigaUUCP / include / rcs.h < prev    next >
Text File  |  1991-02-14  |  84b  |  10 lines

  1.  
  2. /*
  3.  *  RCS.H
  4.  *
  5.  *  RCSID macro
  6.  */
  7.  
  8. #define RCSID(id)   static char *RCSId = id;
  9.  
  10.